﻿@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr 
{
  padding: 0;
  margin: 0; 
  box-sizing: border-box;
}

body 
{
  color: #000;
  /*设置字体颜色*/
  font-size: 14px;
  font-family: "微软雅黑"; 
}

@media (max-width: 768px) 
{
    body 
    {
        padding-bottom: 70px;
    }
}

table 
{
  border-collapse: collapse;
  border-spacing: 0; 
}

img 
{
  display: block;
}

.imgHover img:hover
{
    transform: scale(1.2);
    transition: 0.5s;
}

ol, ul, li 
{
  list-style: none; 
}

caption, th 
{
  text-align: left; 
}

h1, h2, h3, h4, h5, h6 
{
  font-weight: normal;
  font-size: 100%; 
}

/* 链接颜色设置*/
a {
  color: #000;
  text-decoration: none; 
}
a:hover 
{
    color: #fd9002;
}

.hidden
{
    display: none;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.clear:after
{ 
    clear:both;
    content:'';
    display:block;
    width:0;
    height:0;
    visibility:hidden;
}

/* 单行文字超出隐藏 */

.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.imbBox,
.imgBox {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.imbBox img,
.imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure
{
  display: block; 
}

/* 链接颜色设置*/
.main 
{
    width: 1200px;
    margin: 0 auto;
}

@media (max-width: 768px) 
{
    .main 
    {
        width: 100%;
    }
}

.wrap 
{
    width: 100%;
    margin: 0 auto;
}

/*头部信息*/
.topLineBox
{
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    background: #efefef;
}

.topLine
{
    float: left;
}

.topHotWords
{
    float: right;
}

.logo
{
    padding: 1% 0;
}

.topCotactBox
{
    width: 275px;
    height: 80px;
    display: table;
    text-align: center;
}

.topCotactBox > div
{
    display: table-cell;
    vertical-align: middle;
}

.topCotactBox .contactText
{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.topCotactBox .contactTel
{
    font-size: 26px;
    color: #fd9002;
    font-weight: bold;
    text-align: left;
}

@media (max-width: 768px) 
{
    .topLineBox
    {
        display: none;
    }
    
    .logoImg
    {
        width: 80%;
    }
    
    .topCotactBox
    {
        display: none;
    }
}

nav
{
    background: #007dc0;
    height: 45px;
    overflow: hidden;
}

.nav a
{
    color: #fff;
    display: block;
    line-height: 45px;
    padding: 0px 41px;
    font-size: 16px;
}

.nav li
{
    float: left;
}

.navbar-toggle
{
    display: none;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 9px;
    margin-right: 9px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}

.navbar-toggle .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #888;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.nav .navMask
{
    display: none;
}

@media (max-width: 768px) 
{    
    .navbar-toggle
    { 
        display: block;
    }
    
    .nav{ padding: 1em; background-color: #fff; border-top: 1px solid #e7e7e7; }
    .nav li{ display: block; width: 100%; border-left: 0;text-align: left; padding: .1em 0;font-size: 20px;line-height: 1.8;}
    .nav li .list2{display: none !important;}
    .nav li a{ color: #b0b0b0;}
    .nav
    {
        visibility: visible;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 50%;
        height: 100%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .nav li i
    {
        width: 1em;
        height: 1em;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.5em;
        background-repeat: no-repeat;
        background-size: 2em 1em;
        background-position: -1em 0;
    }
    .nav li span
    {
        display: inline-block;
        vertical-align: middle;
    }
    .nav.on
    {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    .navMask 
    {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.5);
        z-index: 90;
    }
}

/*头部信息*/

.modularTitle
{
    text-align: center;
    font-size: 30px;
    margin-top: 40px;
    font-weight: bold;
    color: #fd9002;
}

.modularText
{
    margin: 8px auto 35px auto;
    width: 620px;
    padding-bottom: 17px;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    overflow: hidden;
    color: #8e8e8e;
    font-family: Times New Roman;
    background: url(../Images/modularTextIcon.jpg) no-repeat center bottom;
    text-transform: uppercase;
}

@media (max-width: 768px) 
{
    .modularTitle
    {
        font-size: 25px;
        margin: 15px auto 15px auto;
    }
    
    .modularText
    {
        display: none;
    }
}

/*底部信息*/
.footerBox
{
    background: #414141;
    overflow: hidden;
    color: #e2e2e2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footerBox a
{
    color: #e2e2e2;
}

.footerBox .footer
{
    padding-left: 10px;
    padding-right: 10px;
}

.footerBox .bottomNav
{
    width: 852px;
    margin: 25px auto 0 auto;
}

.footerBox .bottomNav li
{
    float: left;
    border-right: #fff solid 1px;
    line-height: 1;
}

.footerBox .bottomNav li:first-child a
{
    padding-left: 0px;
}

.footerBox .bottomNav li:last-child
{
    border-right: none;
}

.footerBox .bottomNav li a
{
    color: #fff;
    font-size: 14px;
    padding: 0px 20px;
    font-weight: bold;
}

.footerBox .bottomContactInfo
{
    margin-top: 20px;
    text-align: center;
}

.footerBox .bottomContactInfo p
{
    line-height: 25px;
}

.footerBox .qrCodeText
{
    line-height: 30px;
    text-align: center;
}

.footerNav
{
    background: #fd9002;
    display: flex;
    width: 100%;
    max-width: 750px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.footerNav a
{
    display: block;
    color: #fff;
    font-size: 16px;
}

.footerNav li
{
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    border-right: #fff solid 1px;
    padding-top: 5px;
    padding-bottom: 2px;
}

.footerNav li:last-child
{
    border: none;
}

.footerNav li img
{
    margin: 0 auto 2px auto;
    height: 40px;
}

@media (max-width: 768px) 
{
    .bottomNav
    {
        display: none;
    }
    
    .footerBox .bottomContactInfo
    {
        margin-top: 0px;
    }
    
    .footerBox .bottomContactBox
    {
        /*justify-content: space-around;*/
    }
    
    .footerNav
    {
        display: flex;
    }
}